Skip to main content

All Questions

3votes
1answer
879views

Lazy loading can lead to stale data, violates IoC?

Trying to be a better programmer I have an application that keeps track of Roles and Permissions, I had classes for Role and Permission which were just value objects. class Role { int RoleID ...
tunmise fasipe's user avatar

close